From 082471af1469632aa692d12c1ee5a57bdc673617 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 3 Jun 2007 02:15:16 +0000 Subject: [PATCH] Nuke clever override for Garmin geocache icons since they're interfering with real garmin geocache icons. --- garmin_tables.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/garmin_tables.c b/garmin_tables.c index 47feca023..3bae4469c 100644 --- a/garmin_tables.c +++ b/garmin_tables.c @@ -184,7 +184,10 @@ icon_mapping_t garmin_icon_table[] = { * .... * { -2, 8192, "Custom 511" }, */ - +#if 0 +/* Since Garmin is busily adding icons to new units, we have to hide + * these so we can pass them through to the new entries. 6/2/07 robertl + */ { 92, 8227, "Micro-Cache" }, /* icon for "Toll Booth" */ { 48, 161, "Virtual cache" }, /* icon for "Scenic Area" */ { 86, 8217, "Multi-Cache" }, /* icon for "Stadium" */ @@ -193,7 +196,7 @@ icon_mapping_t garmin_icon_table[] = { { 83, 8214, "Post Office" }, /* Icon for "Post Office" */ { 47, 160, "Event Cache" }, /* Icon for "Event" */ { 90, 8221, "Webcam Cache" }, /* Icon for "Live Theatre" */ - +#endif /* MapSource V6.x */ { 140, 8286, "Flag, Red" }, -- 2.30.2